home *** CD-ROM | disk | FTP | other *** search
IAFA Package info | 1996-11-16 | 916 b | 32 lines |
- Title: dump
- Package: dump-1.0.tar.gz
- Version: 1.0
- Revision-Date: 06AUG95
- Catagory: file utility
- Description:
- Simple hex dump utility. I missed it badly from OS-9 so I wrote
- my own. The difference between it on 'od' is the ascii dump side
- by side with the numeric dump. Makes it much easier to read a
- binary files contents.
-
- dump -? results in:
-
- Syntax: dump [<opts>] [<path>] [<opts>]
- Function: formatted display of contents of a file
- Options:
- -b binary display
- -d decimal display
- -h hexadecimal display (default)
- -o octal display
- -z read from standard input
- -v version
-
- Keywords: hex binary octal dump od
- Author: mikeh@hypertech.com (Mike Haaland)
- Maintained-by: mikeh@hypertech.com (Mike Haaland)
- Maintained-at: sunsite.unc.edu
- Size: 3K
- Platforms: UNIX (SCO/Linux) or OS-9 K&R C
- Copying-policy: freely distributable
-
-